Skip to content
Snippets Groups Projects
Unverified Commit af03dcfe authored by Dessalines's avatar Dessalines Committed by GitHub
Browse files

Fix dev setups. (#2944)

parent e97c30b9
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ services: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment