From a822c7c340d4e5cdbaeba1cfb87cfe7acb5ad74b Mon Sep 17 00:00:00 2001 From: Omar Kamel <30291302+TekExplorer@users.noreply.github.com> Date: Sun, 3 Jan 2021 19:24:28 -0500 Subject: [PATCH] typo in docker-compose file (#82) minor typo i noticed while messing around --- docker-compose.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 45c0c67..d2aeb6c 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -24,7 +24,7 @@ services: - "/tmp/pterodactyl/:/tmp/pterodactyl/" # you may need /srv/daemon-data if you are upgrading from an old daemon #- "/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/" networks: @@ -35,4 +35,4 @@ networks: config: - subnet: "172.21.0.0/16" driver_opts: - com.docker.network.bridge.name: wings0 \ No newline at end of file + com.docker.network.bridge.name: wings0