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
|
@ -43,7 +43,7 @@ Check containers are running:
|
|||
```
|
||||
$ docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
62fc3ff1f1a0 ghcr.io/linuxserver/plex:latest "/init" 38 seconds ago Up 3 seconds plex
|
||||
62fc3ff1f1a0 linuxserver/plex:latest "/init" 38 seconds ago Up 3 seconds plex
|
||||
```
|
||||
|
||||
Navigate to `http://localhost:32400/web` in your web browser to access the plex web interface.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
plex:
|
||||
image: ghcr.io/linuxserver/plex:latest
|
||||
image: linuxserver/plex
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue