env variable for web port

This commit is contained in:
Daniele Viti
2023-09-12 17:07:00 +02:00
parent a2dc6aaf86
commit 0551b13a4a

View File

@@ -9,7 +9,7 @@ services:
- repo:/fdroid/repo - repo:/fdroid/repo
- fbdb:/database - fbdb:/database
ports: ports:
- 8083:80 - ${WEB_PORT-8083}:80
volumes: volumes:
fbdb: fbdb: