diff --git a/docker-compose.yml b/docker-compose.yml index 1746062..f2f63ad 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,9 @@ services: MOTD: "§l§cPatataPack§r" ONLINE_MODE: "FALSE" ALLOW_FLIGHT: "TRUE" - OPS: "Bailongo" + OPS: Bailongo + EXISTING_OPS_FILE: SYNCHRONIZE + ICON: http://patatapack.oier.ovh:8080/patata-icon.png volumes: # attach the relative directory 'data' to the container's /data path - ../patata-data:/data diff --git a/web/patata-icon.png b/web/patata-icon.png new file mode 100644 index 0000000..00f5efe Binary files /dev/null and b/web/patata-icon.png differ