mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 08:46:14 +01:00
Remove docker network from compose
This commit is contained in:
parent
a38357d7e7
commit
63d4683bb2
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ services:
|
||||||
# for example: in the production server is pve-docer.net.mrlc.cc
|
# for example: in the production server is pve-docer.net.mrlc.cc
|
||||||
domainname: ${DNS_ZONE}
|
domainname: ${DNS_ZONE}
|
||||||
pull_policy: build
|
pull_policy: build
|
||||||
networks:
|
|
||||||
- proxynet
|
|
||||||
environment:
|
environment:
|
||||||
# Leave /data unless you want to point to an external volume
|
# Leave /data unless you want to point to an external volume
|
||||||
- DATA_PATH=/data
|
- DATA_PATH=/data
|
||||||
|
|
Loading…
Reference in a new issue