Skip to content

Commit

Permalink
drop VOLUME for web/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CybotTM committed Apr 1, 2019
1 parent 10b918e commit 9090634
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
build: .
image: netresearch/timetracker
volumes:
- app-pub:/var/www/html/web
- app-cache:/var/www/html/app/cache
- app-logs:/var/www/html/app/logs
- ./app/config/parameters.yml:/var/www/html/app/config/parameters.yml
Expand Down Expand Up @@ -44,9 +43,6 @@ networks:

volumes:

app-pub:
driver: local

app-cache:
driver: local

Expand Down

0 comments on commit 9090634

Please sign in to comment.