I'm running of SEEDUbuntuAfter I build the container, when I try to start it, it'll hang on attaching to www-10.9.0.80. What can I do to try and fix this?
Starting www-10.9.0.80 ... doneAttaching to www-10.9.0.80
contents of docker-compose.yml
version: "3"services: web-server: build: ./image_www image: seed-image-www-pki container_name: www-10.9.0.80 tty: true volumes: - ./volumes:/volumes networks: net-10.9.0.0: ipv4_address: 10.9.0.80networks: net-10.9.0.0: name: net-10.9.0.0 ipam: config: - subnet: 10.9.0.0/24