This commit is contained in:
x 2025-03-08 22:49:12 +01:00
parent a395a02e47
commit ed52596e5f

View File

@ -11,7 +11,7 @@ services:
- ./f0ck-data/ca/:/opt/f0ckv2/public/ca/
- ./f0ck-data/t/:/opt/f0ckv2/public/t/
ports:
- "1337:1337"
- "127.0.0.1:1337:1337"
restart: on-failure
postgres:
container_name: postgres
@ -24,7 +24,7 @@ services:
volumes:
- ./postgres:/data/postgres
ports:
- "5432:5432"
- "127.0.0.1:5432:5432"
networks:
- f0cked
restart: unless-stopped
@ -32,7 +32,7 @@ services:
image: adminer
restart: always
ports:
- 8080:8080
- 127.0.0.1:8080:8080
networks:
- f0cked
networks: