removed old deploy
This commit is contained in:
@@ -12,6 +12,8 @@ sudo systemctl enable --now podman.socket
|
|||||||
|
|
||||||
### Running terraform
|
### Running terraform
|
||||||
|
|
||||||
|
Make sure the socket path is correct
|
||||||
|
|
||||||
First init
|
First init
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
sudo podman run -d \
|
|
||||||
--name=syslog-ng \
|
|
||||||
-e PUID=1000 \
|
|
||||||
-e PGID=1000 \
|
|
||||||
-e TZ=Etc/UTC \
|
|
||||||
-p 514:5514/udp \
|
|
||||||
-p 601:6601/tcp \
|
|
||||||
-p 6514:6514/tcp \
|
|
||||||
-v /srv/syslog/config:/config \
|
|
||||||
-v /srv/syslog/log:/var/log \
|
|
||||||
--restart unless-stopped \
|
|
||||||
lscr.io/linuxserver/syslog-ng:latest
|
|
||||||
Reference in New Issue
Block a user