1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

docker: use less used port for compose

This commit is contained in:
Zankaria 2024-04-04 17:42:37 +02:00 committed by Zankaria
parent c058ec12f9
commit eb01768191

View File

@ -5,7 +5,7 @@ services:
context: .
dockerfile: ./docker/nginx/Dockerfile
ports:
- "8080:80"
- "9090:80"
depends_on:
- db
volumes: