Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
new image on ghcr.io
  • Loading branch information
l4rm4nd authored Jan 17, 2024
1 parent cdef24f commit b36d858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wg-easy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- PASSWORD=MyStrongPasswordForWebUi # change this
- WG_DEFAULT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
hostname: wireguard-easy
image: docker.io/weejewel/wg-easy:latest
image: ghcr.io/wg-easy/wg-easy
ports:
- 51820:51820/udp #VPN
- 51821:51821/tcp #WEBGUI
Expand Down

0 comments on commit b36d858

Please sign in to comment.