mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Fix dev setups. (#2944)
This commit is contained in:
parent
e97c30b930
commit
af03dcfeac
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
|||
# actual and only port facing any connection from outside
|
||||
# Note, change the left number if port 80 is already in use on your system (or you want to run a reverse proxy outside this config)
|
||||
- "80:80"
|
||||
- "8536:8536"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue