Skip to content

Commit

Permalink
Remove volume from laravel service in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
big-meel committed Sep 25, 2024
1 parent 677910c commit 50caedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
build: .
container_name: aw_backend
restart: unless-stopped
volumes:
- .:/var/www
# volumes:
# - .:/var/www
networks:
- ackee_net
depends_on:
Expand Down

0 comments on commit 50caedd

Please sign in to comment.