Map hostname to container
version: "2.3"
services:
app:
image: myimage:version
restart: unless-stopped
volumes:
- /etc/hostname:/etc/hostname:ro
....
Last updated
Was this helpful?
version: "2.3"
services:
app:
image: myimage:version
restart: unless-stopped
volumes:
- /etc/hostname:/etc/hostname:ro
....
Last updated
Was this helpful?