Restore volume for local development.

This commit is contained in:
2024-02-25 08:13:31 +01:00
parent 19e9d31992
commit a6edc1bb02
2 changed files with 5 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ services:
container_name: startup-app
ports:
- '80:80'
# volumes:
# - ./:/var/www/html
volumes:
- ./:/var/www/html
links:
- db
networks: