mirror of
https://git.fsfe.org/fsfe-system-hackers/reverse-proxy
synced 2025-05-03 16:25:26 +02:00
Properly connect containers to the bridge network
This commit is contained in:
parent
66eee44e2c
commit
9f3915cc0d
@ -5,6 +5,7 @@ services:
|
||||
build:
|
||||
context: rp
|
||||
image: rp
|
||||
network_mode: "bridge"
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
@ -60,4 +61,4 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
depends_on:
|
||||
- rp
|
||||
command: /bin/sh -c 'docker network connect bridge rp rp-letsencrypt rp-errorpage'
|
||||
command: /bin/sh -c 'docker network connect bridge rp-errorpage'
|
||||
|
Loading…
Reference in New Issue
Block a user