- Backup of my Docker Compose Files.
Structure and order of elements in a Compose file
name: ""
services:
example:
image:
container_name:
restart: always
depends_on:
-
ports:
-
volumes:
-
environment:
-
# Any Additional Instructions at the End
# Single newline between services
networks:
default:
external: true
name: proxynet