Skip to content

Commit

Permalink
compose set better
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Feb 28, 2024
1 parent 2aff4be commit deb33d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# https://github.com/docker/awesome-compose
services:
app:
container_name: c-dev
platform: linux/amd64
build:
context: .
Expand All @@ -25,10 +26,10 @@ services:
- doxygen.version=v1.9.1
tty: true
stdin_open: true
command: ["ceedling", "test:all", "release"]
command: ["/bin/bash"]
volumes:
- ./project-demo:/project
#restart: unless-stopped
restart: unless-stopped

# If your application exposes a port, uncomment the following lines and change
# the port numbers as needed. The first number is the host port and the second
Expand Down

0 comments on commit deb33d7

Please sign in to comment.