We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee53b95 commit 7dc758cCopy full SHA for 7dc758c
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