1
0
Fork 0

timetracker: remove ports

This commit is contained in:
Lukáš Kucharczyk 2023-01-20 16:25:50 +01:00
parent c0cc60031b
commit 26f50b7e3b
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ services:
volumes:
- "${DOCKER_STORAGE_PATH}/timetracker/db.sqlite3:/home/timetracker/app/src/web/db.sqlite3"
- "timetracker-static:/home/timetracker/app/static"
ports:
- "${TIMETRACKER_EXTERNAL_PORT}:${TIMETRACKER_INTERNAL_PORT}"
restart: unless-stopped
volumes: