diff --git a/copyparty/docker-compose.yml b/copyparty/docker-compose.yml index 07023ad..0ecc755 100644 --- a/copyparty/docker-compose.yml +++ b/copyparty/docker-compose.yml @@ -1,6 +1,9 @@ services: copyparty: - image: copyparty/ac + build: + context: . + dockerfile: Dockerfile + # image: copyparty/ac container_name: copyparty user: "1000" # use the "id" command ports: @@ -13,7 +16,7 @@ services: - type: bind source: ./cfg target: /cfg - consistency: consistent # unreliable when u change ze config, else cool + consistency: consistent # unreliable when u change ze config, best for testing hooks stdin_open: true tty: true restart: "always" \ No newline at end of file