Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 603f142b authored by Idriss Neumann's avatar Idriss Neumann
Browse files

Merge branch 'adding_restart_policy_to_code' into 'main'

adding restart policy

See merge request oss/ansible-iac/code-server!1
parents f8c026bc bcc022f0
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ services:
dockerfile: Dockerfile.code
container_name: codercom
network_mode: host
restart: always
volumes:
- ./code-config.yaml:/home/coder/.config/code-server/config.yaml:z
- ./extensions:/home/coder/.local/share/code-server/extensions:z
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment