Skip to content

Commit 441c248

Browse files
Merge pull request #12 from Minecodes/patch-1
Added needed ports for compose
2 parents c1f0bdd + 7dc758c commit 441c248

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)