small docker-compose-prod fix

update-readme
mtyton 2023-09-24 17:21:00 +02:00
rodzic 6d79dc377d
commit 8f791b65e5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ services:
user: "${UID}:${GID}" user: "${UID}:${GID}"
restart: always restart: always
ports: ports:
- "8000:8000" - "8001:8000"
volumes: volumes:
- ./:/app - ./:/app
environment: environment: