Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created December 28, 2021 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Varriount/a5541695065ca72d7ba6f2e964a76eaf to your computer and use it in GitHub Desktop.
Save Varriount/a5541695065ca72d7ba6f2e964a76eaf to your computer and use it in GitHub Desktop.
Docker Compose Anchor Bug Example
# Will error with "yaml: did not find expected alphabetic or numeric character"
x-test-service-image: &test-service.image "ubuntu"
services:
test-service:
image: *test-service.image
command: bash -c 'echo hello world; sleep 30'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment