We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1f0bdd + 7dc758c commit 441c248Copy full SHA for 441c248
1 file changed
docs/docker/setup.md
@@ -73,6 +73,9 @@ services:
73
- LOG_LEVEL=info
74
- PHP_MEMORY_LIMIT=512M
75
- UPLOAD_MAX_FILESIZE=16M
76
+ ports:
77
+ - "80:80"
78
+ - "443:443"
79
volumes:
80
- linkstack:/htdocs
81
restart: unless-stopped
0 commit comments