Skip to content

Commit

Permalink
Revert "Added Volumes to docker-compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored May 14, 2020
1 parent 1c61421 commit 9ed1612
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 9ed1612

Please sign in to comment.