Vermeide Docker-Netzwerk fuer Backup-Client
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
backup:
|
backup:
|
||||||
image: postgres:17.7-alpine
|
image: postgres:17.7-alpine
|
||||||
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
PGHOST: ${DB_HOST}
|
PGHOST: ${DB_HOST}
|
||||||
PGPORT: ${DB_PORT}
|
PGPORT: ${DB_PORT}
|
||||||
|
|||||||
Reference in New Issue
Block a user