Fix dev setups. (#2944)

pull/2941/head
Dessalines 12 months ago committed by GitHub
parent e97c30b930
commit af03dcfeac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save