docker-compose.yml aktualisiert

master
flp 2024-06-17 21:08:27 +02:00
parent e924b54ac6
commit b95b6b5f2d
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ services:
build:
dockerfile: nginx-dockerfile
context: .
ports:
- "$PORT:80"
links:
- 'php'
volumes: