mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
set port 80
This commit is contained in:
2
debian/docker-compose.yml
vendored
2
debian/docker-compose.yml
vendored
@@ -34,7 +34,7 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8012:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx:/etc/nginx/conf.d:ro
|
- ./nginx:/etc/nginx/conf.d:ro
|
||||||
- app_storage:/var/www/html/storage:ro
|
- app_storage:/var/www/html/storage:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user