Skip to content

Commit

Permalink
update docker-compose.yaml (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji authored Apr 25, 2024
1 parent 4c9ccf1 commit 54ff77d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
services:
caddy:
# use a different tag than main
image: ghcr.io/amalshaji/caddy-docker-proxy-cf:main
image: ghcr.io/amalshaji/caddy-docker-proxy:main
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- caddy_data:/data
restart: unless-stopped
network_mode: "host"

admin:
image: amalshaji/portr-admin:0.0.10-beta
image: amalshaji/portr-admin:0.0.12-beta
network_mode: "host"
env_file: .env
restart: unless-stopped
Expand All @@ -27,7 +26,7 @@ services:
caddy_0.encode: gzip

tunnel:
image: amalshaji/portr-tunnel:0.0.10-beta
image: amalshaji/portr-tunnel:0.0.12-beta
command: ["start"]
network_mode: "host"
env_file: .env
Expand Down

0 comments on commit 54ff77d

Please sign in to comment.