base on pre-built image
This commit is contained in:
parent
3e555d50db
commit
918a77f6b9
|
@ -8,9 +8,10 @@ volumes:
|
|||
|
||||
services:
|
||||
syslog-ng:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240607.1.1
|
||||
#build:
|
||||
#dockerfile: Dockerfile
|
||||
#image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240607.1.1
|
||||
image: lscr.io/linuxserver/syslog-ng:latest
|
||||
container_name: syslog-ng
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
Loading…
Reference in New Issue