Commit dd46cbb9 authored by Cameron Carney's avatar Cameron Carney

Updated port allocations

parent 86d6c049
...@@ -29,7 +29,10 @@ services: ...@@ -29,7 +29,10 @@ services:
volumes: volumes:
- ./ssl:/ssl - ./ssl:/ssl
- ./ssl/.webroot/.well-known:/var/www/html/public/.well-known - ./ssl/.webroot/.well-known:/var/www/html/public/.well-known
ports:
- 80:80
- 443:443
## ##
# If you don't plan on running the daemon on the same machine, # If you don't plan on running the daemon on the same machine,
# you may comment the section below. # you may comment the section below.
......
...@@ -20,9 +20,6 @@ services: ...@@ -20,9 +20,6 @@ services:
- cache - cache
env_file: .env env_file: .env
image: quay.io/ccarney/pterodactyl-panel:v0.6.4 image: quay.io/ccarney/pterodactyl-panel:v0.6.4
ports:
- 80:80
- 443:443
restart: always restart: always
volumes: volumes:
- ./data:/data - ./data:/data
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment