mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-22 04:56:29 +00:00
Remove hostnames
This commit is contained in:
parent
301eb6937e
commit
38a32c7ea9
@ -5,7 +5,6 @@ services:
|
|||||||
image: "$DOCKER_IMAGE"
|
image: "$DOCKER_IMAGE"
|
||||||
entrypoint: "bash"
|
entrypoint: "bash"
|
||||||
command: ["/test.sh"]
|
command: ["/test.sh"]
|
||||||
hostname: itest
|
|
||||||
environment:
|
environment:
|
||||||
IN_CONTAINER: 'true'
|
IN_CONTAINER: 'true'
|
||||||
SKIP_ON_START: 'true'
|
SKIP_ON_START: 'true'
|
||||||
@ -20,7 +19,6 @@ services:
|
|||||||
minio:
|
minio:
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
command: server /data
|
command: server /data
|
||||||
hostname: minio
|
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user