Skip to content

Commit

Permalink
update docker compose tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Mar 31, 2024
1 parent 779302d commit 3e4c98f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
network_mode: "host"

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

tunnel:
build:
# use an image
context: tunnel
image: amalshaji/portr-tunnel:0.0.10-beta
command: ["start"]
network_mode: "host"
env_file: .env
Expand Down

0 comments on commit 3e4c98f

Please sign in to comment.