Skip to content

Commit

Permalink
Merge pull request #22 from Leantime/revert-21-Adding-Volumes-to-dock…
Browse files Browse the repository at this point in the history
…er-compose

Revert "Added Volumes to docker-compose"
  • Loading branch information
marcelfolaron authored May 14, 2020
2 parents 144d6de + 9ed1612 commit d9a71f8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ services:
web:
image: leantime/leantime:latest
container_name: leantime
volumes:
- config_data:/var/www/html/config
- public_userfiles_data:/var/www/html/public/userfiles
- userfiles_data:/var/www/html/userfiles
- logs_data:/var/www/html/resources/logs
environment:
LEAN_DB_HOST: 'mysql_leantime'
LEAN_DB_USER: 'admin'
Expand All @@ -35,7 +30,3 @@ services:
- db
volumes:
db_data: {}
config_data: {}
public_userfiles_data: {}
userfiles_data: {}
logs_data: {}

0 comments on commit d9a71f8

Please sign in to comment.