diff --git a/docker-compose.yml b/docker-compose.yml index 748ffa1..e49f978 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: \ No newline at end of file + config: +networks: + public: + name: public + external: true \ No newline at end of file