ops: change default port in docker compose
This commit is contained in:
parent
31e894b6bc
commit
7dd62b2cd7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user