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