Skip to content
Snippets Groups Projects
Unverified Commit 1ca67074 authored by Noel Simbolon's avatar Noel Simbolon
Browse files

fix: volume mounting in plain service

parent 9a3bafe5
Branches
Tags
1 merge request!1Merge dev into main
......@@ -83,8 +83,8 @@ services:
ports:
- "8005:80"
volumes:
- .:/var/www/html # Mount source code into the container (for development only)
- ./storage:/var/www/html/storage # Map storage directory to a volume
- ../tonality-plain:/var/www/html # Mount source code into the container (for development only)
- ../tonality-plain/storage:/var/www/html/storage # Map storage directory to a volume
depends_on:
- tonality-plain-db
networks:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment