Add tftp server
This commit is contained in:
@@ -156,6 +156,7 @@ services:
|
||||
gpodder:
|
||||
container_name: gpodder
|
||||
image: gitea.loadingm.xyz/the10thwiz/gpodder-rs:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- ROCKET_SECRET_KEY=${GPODDER_SECRET_KEY}
|
||||
networks:
|
||||
@@ -163,6 +164,18 @@ services:
|
||||
volumes:
|
||||
- /data/gpodder:/data
|
||||
logging: *logging
|
||||
tftp:
|
||||
container_name: tftp
|
||||
image: kaczmar2/tftp-server
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- ENABLE_WEB_SERVER=false
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /data/tftp:/srv/tftp:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
logging: *logging
|
||||
|
||||
# calibre:
|
||||
# image: "linuxserver/calibre-web"
|
||||
# 5d-diplomacy-frontend:
|
||||
|
||||
Reference in New Issue
Block a user