mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 06:36:14 +00:00
Fix dev setups. (#2944)
This commit is contained in:
parent
e97c30b930
commit
af03dcfeac
|
@ -18,6 +18,7 @@ services:
|
||||||
# actual and only port facing any connection from outside
|
# 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)
|
# 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"
|
- "80:80"
|
||||||
|
- "8536:8536"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
- ./nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue