Update 'docker-compose.yml'

This commit is contained in:
Jack Hadrill 2022-07-25 21:17:46 +00:00
parent fc3f32a2c0
commit 1f060c8af1
1 changed files with 8 additions and 1 deletions

View File

@ -7,10 +7,17 @@ services:
- "80:80"
volumes:
- config:/config
networks:
public:
ipv4_address: 185.234.74.201
tftp:
image: docker.nexus.jacknet.io/jackhadrill/jackboot/tftp:latest
restart: always
ports:
- "69:69/udp"
volumes:
config:
config:
networks:
public:
name: public
external: true