container in ascolto solo su 127.0.0.1
This commit is contained in:
parent
d9b6ecc63b
commit
6bdfcf06ce
@ -23,7 +23,7 @@ services:
|
||||
- castopod-app
|
||||
- castopod-db
|
||||
ports:
|
||||
- 3008:8000
|
||||
- 127.0.0.1:3008:8000
|
||||
restart: unless-stopped
|
||||
|
||||
mariadb:
|
||||
|
@ -11,7 +11,7 @@ services:
|
||||
dictionaries: en it
|
||||
extra_params: --o:ssl.enable=true --o:ssl.termination=false # Set SSL options
|
||||
ports:
|
||||
- 3005:9980
|
||||
- 127.0.0.1:3005:9980
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
- extensions:/var/www/FreshRSS/extensions
|
||||
ports:
|
||||
# If you want to open a port 8080 on the local machine:
|
||||
- "3004:80"
|
||||
- 127.0.0.1:3004:80
|
||||
environment:
|
||||
TZ: Europe/Rome
|
||||
CRON_MIN: '3,33'
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3006:3000"
|
||||
- 127.0.0.1:3006:3000
|
||||
- "2222:22"
|
||||
|
||||
networks:
|
||||
|
@ -24,7 +24,7 @@ services:
|
||||
TZ: Europe/Rome
|
||||
ports:
|
||||
## For reverse proxy setups:
|
||||
- "8080:8080"
|
||||
- 127.0.0.1:8080:8080
|
||||
volumes:
|
||||
- ./data:/gotosocial/storage
|
||||
- ./.cache:/gotosocial/.cache
|
||||
|
@ -6,5 +6,5 @@ services:
|
||||
- ./uptime-kuma-data:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 3007:3001
|
||||
- 127.0.0.1:3007:3001
|
||||
restart: always
|
||||
|
@ -5,4 +5,4 @@ services:
|
||||
volumes:
|
||||
- .memos/:/var/opt/memos
|
||||
ports:
|
||||
- 3009:5230
|
||||
- 127.0.0.1:3009:5230
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- 3010:8080
|
||||
- 127.0.0.1:3010:8080
|
||||
environment:
|
||||
- AIO_DISABLE_BACKUP_SECTION=true
|
||||
- APACHE_PORT=11000
|
||||
|
@ -12,7 +12,7 @@ services:
|
||||
- /var/cache/ntfy:/var/cache/ntfy
|
||||
- /etc/ntfy:/etc/ntfy
|
||||
ports:
|
||||
- 3003:80
|
||||
- 127.0.0.1:3003:80
|
||||
restart: unless-stopped
|
||||
|
||||
# https://docs.ntfy.sh/config/#example-config
|
@ -5,8 +5,8 @@ services:
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3001:80 # Needed for the ACME HTTP-01 challenge.
|
||||
- 3002:443
|
||||
- 127.0.0.1:3001:80 # Needed for the ACME HTTP-01 challenge.
|
||||
- 127.0.0.1:3002:443
|
||||
environment:
|
||||
DOMAIN: ${VAULT_DOMAN}
|
||||
LOG_FILE: "/data/vaultwarden.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user