You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- services:
- gateway:
- image: gateway-simple
- build:
- context: .
- dockerfile: Dockerfile
- privileged: true
- container_name: gateway-simple
- ports:
- - 5000:80
- - 808:808
- logging:
- driver: "json-file"
- options:
- max-size: "50m"
|