Remove unnecessary stage name
This commit is contained in:
parent
b9c2f9649d
commit
aa0ce24ab4
2 changed files with 1 additions and 2 deletions
scripts/Common/Software/docker/services/jellyfin
|
@ -3,7 +3,6 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: proton.Dockerfile
|
||||
target: vpn
|
||||
restart: unless-stopped
|
||||
sysctls:
|
||||
net.ipv4.conf.all.rp_filter: 2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM ghcr.io/tprasadtp/protonwire AS protonwire
|
||||
FROM debian AS vpn
|
||||
FROM debian
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update \
|
||||
|
|
Loading…
Reference in a new issue