Skip to content

Commit

Permalink
Set up my Pixbyt
Browse files Browse the repository at this point in the history
  • Loading branch information
nateraw committed May 22, 2024
1 parent 34bb1eb commit c8fa63f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ x-local-image:

x-remote-image:
&remote-image
image: ghcr.io/<username>/pixbyt:main # TODO: replace with your own image
image: ghcr.io/nateraw/pixbyt:main # TODO: replace with your own image

services:
pixbyt:
<<: *local-image
# <<: *remote-image # TODO: use this instead of the line above to use a remote image
# <<: *local-image
<<: *remote-image # TODO: use this instead of the line above to use a remote image
platform: linux/amd64
container_name: pixbyt
environment:
Expand Down

0 comments on commit c8fa63f

Please sign in to comment.