Update docker-compose.yml
fix image
This commit is contained in:
parent
307de0e103
commit
5545539906
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ version: "2.1"
|
|||
|
||||
services:
|
||||
pairdrop:
|
||||
image: lscr.io/linuxserver/pairdrop:latest
|
||||
image: linuxserver/pairdrop:latest
|
||||
container_name: pairdrop
|
||||
hostname: pairdrop
|
||||
environment:
|
||||
|
|
@ -30,4 +30,4 @@ services:
|
|||
|
||||
#networks:
|
||||
# proxy:
|
||||
# external: true
|
||||
# external: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue