Skip to content

Commit 5d75b02

Browse files
committed
docs: update docker instructions to use image
1 parent 774a355 commit 5d75b02

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ version: "3.3"
100100
services:
101101
voltproxy:
102102
container_name: voltproxy
103-
build:
104-
context: .
103+
image: claby2/voltproxy:latest
105104
restart: unless-stopped
106105
ports:
107106
- 80:80
@@ -111,8 +110,7 @@ services:
111110
- "./config.yml:/usr/src/voltproxy/config.yml"
112111
- "/var/run/docker.sock:/var/run/docker.sock:ro"
113112
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.
113+
# If proxying a Docker container, ensure the containers are connected to the same network.
116114
- service_net
117115
networks:
118116
service_net:

0 commit comments

Comments
 (0)