Skip to content

Commit

Permalink
🔧(docker-compose) update mount volume dir
Browse files Browse the repository at this point in the history
We used the env var. Besides, as the WORKDIR is
/, it is ok to set a / prefix in order to auth-
orize relative paths.
  • Loading branch information
just1not2 committed Jun 23, 2022
1 parent af494cf commit 2b01fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ services:
- "${APP_PORT}:${APP_PORT}"
env_file: .env
volumes:
- ./cloud-init.sh:/cloud-init.sh
- ./cloud-init.sh:/${OPENSTACK_CLOUD_INIT_FILE}

0 comments on commit 2b01fe8

Please sign in to comment.