We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774a355 commit 5d75b02Copy full SHA for 5d75b02
1 file changed
README.md
@@ -100,8 +100,7 @@ version: "3.3"
100
services:
101
voltproxy:
102
container_name: voltproxy
103
- build:
104
- context: .
+ image: claby2/voltproxy:latest
105
restart: unless-stopped
106
ports:
107
- 80:80
@@ -111,8 +110,7 @@ services:
111
110
- "./config.yml:/usr/src/voltproxy/config.yml"
112
- "/var/run/docker.sock:/var/run/docker.sock:ro"
113
networks:
114
- # If proxying to another Docker container, ensure the containers are on this same network.
115
- # This is optional if you are not proxying another Docker container.
+ # If proxying a Docker container, ensure the containers are connected to the same network.
116
- service_net
117
118
service_net:
0 commit comments