docker-compose.yml aktualisiert
parent
e924b54ac6
commit
b95b6b5f2d
|
@ -23,6 +23,8 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: nginx-dockerfile
|
dockerfile: nginx-dockerfile
|
||||||
context: .
|
context: .
|
||||||
|
ports:
|
||||||
|
- "$PORT:80"
|
||||||
links:
|
links:
|
||||||
- 'php'
|
- 'php'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue