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