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