mirror of
https://github.com/jrasanen/writefreely-docker.git
synced 2025-05-08 15:16:03 +03:00
remove unneeded network config
This commit is contained in:
parent
f709b4753d
commit
759e8d6736
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ services:
|
||||||
init: true
|
init: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./db-data:/var/lib/mysql
|
- ./db-data:/var/lib/mysql
|
||||||
networks:
|
|
||||||
- internal
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env.mariadb
|
- .env.mariadb
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue