Add ssl port

This commit is contained in:
Mike Holloway 2024-08-19 17:36:57 -04:00
parent c2cfd65461
commit 981f252c3d

View File

@ -9,6 +9,7 @@ services:
- db - db
ports: ports:
- 8080:80 # change to 80:80 when the shop is ready to go live - 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 restart: always
env_file: ".env" env_file: ".env"