Skip to content

Commit 7dc758c

Browse files
authored
Added needed ports for compose
The docker compose example had the ports missing why it wouldn't work if you use it with a reverse proxy outside of docker.
1 parent ee53b95 commit 7dc758c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docker/setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ services:
7373
- LOG_LEVEL=info
7474
- PHP_MEMORY_LIMIT=512M
7575
- UPLOAD_MAX_FILESIZE=16M
76+
ports:
77+
- "80:80"
78+
- "443:443"
7679
volumes:
7780
- linkstack:/htdocs
7881
restart: unless-stopped

0 commit comments

Comments
 (0)