Skip to content

Commit

Permalink
Merge pull request #9 from JamDevCo/remove-volume
Browse files Browse the repository at this point in the history
Remove volume from laravel service in compose file
  • Loading branch information
bymrbanks authored Sep 28, 2024
2 parents 4831c81 + 50caedd commit f7b6b45
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 f7b6b45

Please sign in to comment.