ops: change default port in docker compose

This commit is contained in:
jabuxas 2024-09-06 16:34:38 -03:00
parent 31e894b6bc
commit 7dd62b2cd7

View File

@ -2,7 +2,7 @@ services:
paste: paste:
image: git.jabuxas.xyz/jabuxas/abyss:latest image: git.jabuxas.xyz/jabuxas/abyss:latest
ports: ports:
- "58080:8999" - "3235:3235"
volumes: volumes:
- ./files:/app/files - ./files:/app/files
restart: unless-stopped restart: unless-stopped