Fix building peertube in docker compose
This commit is contained in:
parent
9099c167ac
commit
f6c23ad7d8
|
@ -6,7 +6,7 @@ services:
|
||||||
# If you don't want to use the official image and build one from sources:
|
# If you don't want to use the official image and build one from sources:
|
||||||
# build:
|
# build:
|
||||||
# context: .
|
# context: .
|
||||||
# dockerfile: Dockerfile.nginx
|
# dockerfile: ./support/docker/production/Dockerfile.nginx
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue