Skip to content

Instantly share code, notes, and snippets.

@mcgarrigle
Created June 23, 2022 07:16
Show Gist options
  • Save mcgarrigle/25fd50ed0a16e25e0d63798f84fbb1fd to your computer and use it in GitHub Desktop.
Save mcgarrigle/25fd50ed0a16e25e0d63798f84fbb1fd to your computer and use it in GitHub Desktop.
version: '3.2'
# docker stack deploy -c test.stack.yml test
services:
server:
image: 'nginx'
ports:
- "8080:80"
networks:
- default
deploy:
replicas: 1
volumes:
home:
networks:
default:
driver: overlay
attachable: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment