mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
Use docker hub images and readmes updates (#190)
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
e4a26f0745
commit
9e58d407d5
7 changed files with 7 additions and 10 deletions
|
@ -14,7 +14,7 @@ Project structure:
|
|||
``` yaml
|
||||
services:
|
||||
wireguard:
|
||||
image: ghcr.io/linuxserver/wireguard
|
||||
image: linuxserver/wireguard
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
@ -46,7 +46,7 @@ Check containers are running:
|
|||
```
|
||||
$ docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
4992922d23dc ghcr.io/linuxserver/wireguard "/init" 7 seconds ago Up 5 seconds 0.0.0.0:51820->51820/udp, :::51820->51820/udp wireguard
|
||||
4992922d23dc linuxserver/wireguard "/init" 7 seconds ago Up 5 seconds 0.0.0.0:51820->51820/udp, :::51820->51820/udp wireguard
|
||||
```
|
||||
|
||||
## Mobile Wireguard App
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
wireguard:
|
||||
image: ghcr.io/linuxserver/wireguard
|
||||
image: linuxserver/wireguard
|
||||
container_name: wireguard
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue