local
This commit is contained in:
parent
a395a02e47
commit
ed52596e5f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user