If you ever need to edit the /etc/hosts of your docker container, using the docker compose, you can use the extra_hosts.
wildfly: build: wildfly ports: - "8080:8080" - "8787:8787" extra_hosts: - "first:162.0.1.5" - "secondhost:1.1.1.1"
If you ever need to edit the /etc/hosts of your docker container, using the docker compose, you can use the extra_hosts.
wildfly: build: wildfly ports: - "8080:8080" - "8787:8787" extra_hosts: - "first:162.0.1.5" - "secondhost:1.1.1.1"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)