container in ascolto solo su 127.0.0.1

This commit is contained in:
piccihud 2024-12-24 20:58:18 +01:00
parent d9b6ecc63b
commit 6bdfcf06ce
10 changed files with 11 additions and 11 deletions

View File

@ -23,7 +23,7 @@ services:
- castopod-app
- castopod-db
ports:
- 3008:8000
- 127.0.0.1:3008:8000
restart: unless-stopped
mariadb:

View File

@ -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

View File

@ -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'

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -5,4 +5,4 @@ services:
volumes:
- .memos/:/var/opt/memos
ports:
- 3009:5230
- 127.0.0.1:3009:5230

View File

@ -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

View File

@ -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

View File

@ -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"