Skip to content

Commit

Permalink
fix docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ugoviti committed Jun 25, 2021
1 parent 1ee9e77 commit 31e6108
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
## database configurations
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./data/db:/var/lib/mysql
## NOTE: to avoid nat management use: 'network_mode: host'
#network_mode: host
Expand All @@ -52,7 +51,6 @@ services:
- .env
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./data/izpbx:/data
## fail2ban need privileged mode to manage iptables
cap_add:
Expand Down

0 comments on commit 31e6108

Please sign in to comment.