env variable for web port
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user