typo in docker-compose file (#82)
minor typo i noticed while messing around
This commit is contained in:
parent
b8fb86f5a4
commit
a822c7c340
|
@ -24,7 +24,7 @@ services:
|
||||||
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
|
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
|
||||||
# you may need /srv/daemon-data if you are upgrading from an old daemon
|
# you may need /srv/daemon-data if you are upgrading from an old daemon
|
||||||
#- "/srv/daemon-data/:/srv/daemon-data/"
|
#- "/srv/daemon-data/:/srv/daemon-data/"
|
||||||
# Required for ssl if you user let's encrypt. uncomment to use.
|
# Required for ssl if you use let's encrypt. uncomment to use.
|
||||||
#- "/etc/letsencrypt/:/etc/letsencrypt/"
|
#- "/etc/letsencrypt/:/etc/letsencrypt/"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
@ -35,4 +35,4 @@ networks:
|
||||||
config:
|
config:
|
||||||
- subnet: "172.21.0.0/16"
|
- subnet: "172.21.0.0/16"
|
||||||
driver_opts:
|
driver_opts:
|
||||||
com.docker.network.bridge.name: wings0
|
com.docker.network.bridge.name: wings0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user