Add ssl port

firewalld-work
Mike Holloway 4 months ago
parent c2cfd65461
commit 981f252c3d
  1. 1
      docker-compose.yml

@ -9,6 +9,7 @@ services:
- db
ports:
- 8080:80 # change to 80:80 when the shop is ready to go live
- 4443:443 # change to 80:80 when the shop is ready to go live
restart: always
env_file: ".env"

Loading…
Cancel
Save