Made IPv6 only
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -3,11 +3,11 @@ networks:
|
||||
frontend:
|
||||
driver: bridge
|
||||
enable_ipv6: true
|
||||
enable_ipv4: true
|
||||
# enable_ipv4: true
|
||||
backend:
|
||||
driver: bridge
|
||||
enable_ipv6: true
|
||||
enable_ipv4: true
|
||||
# enable_ipv4: true
|
||||
# volumes:
|
||||
# grocy.vol:
|
||||
secrets:
|
||||
@@ -27,10 +27,8 @@ services:
|
||||
- ~/.storage/containers/gitea.vol:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 0.0.0.0:3000:3000
|
||||
- "[::]:3000:3000"
|
||||
- 127.0.0.1:2222:22
|
||||
- "[::1]:2222:22"
|
||||
- 3000:3000
|
||||
- "2222:22"
|
||||
opengist:
|
||||
image: ghcr.io/thomiceli/opengist:latest
|
||||
container_name: opengist
|
||||
|
||||
Reference in New Issue
Block a user