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,6 +7,9 @@ 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
@ -14,3 +17,7 @@ services:
- "69:69/udp"
volumes:
config:
networks:
public:
name: public
external: true