Last active
September 3, 2019 07:30
-
-
Save giang-pham/94d6f367f18ba399099e767abf5ed45d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
asia-log-scipt: | |
container_name: asia-log-script | |
build: . | |
image: /speeda/asia-log-script:1.0.0 | |
volumes: | |
- /data/log/asia-log-script/:/opt/output/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment