Skip to content

Commit

Permalink
Merge pull request #19 from epics-containers/docker
Browse files Browse the repository at this point in the history
fix init container for docker
  • Loading branch information
gilesknap authored Dec 4, 2024
2 parents 391111d + 5e2e248 commit 01b23bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
image: ubuntu
security_opt:
- label=disable
restart: never
restart: no
volumes:
- .:/workspace
command: /bin/bash -c "/workspace/include/init.sh"
Expand Down

0 comments on commit 01b23bd

Please sign in to comment.